runtime.sigTabT.flags (field)
12 uses
runtime (current package)
signal_unix.go#L23: flags int32
signal_unix.go#L129: if t.flags == 0 || t.flags&_SigDefault != 0 {
signal_unix.go#L174: if t.flags&_SigSetStack != 0 {
signal_unix.go#L180: if (isarchive || islibrary) && t.flags&_SigPanic == 0 && sig != _SIGPIPE && sig != sigPreempt {
signal_unix.go#L201: if t.flags&_SigNotify != 0 {
signal_unix.go#L226: if t.flags&_SigNotify != 0 {
signal_unix.go#L255: if t.flags&_SigNotify != 0 {
signal_unix.go#L701: flags = sigtable[sig].flags
signal_unix.go#L1011: flags = sigtable[sig].flags
signal_unix.go#L1173: flags := sigtable[sig].flags
signal_unix.go#L1393: flags := sigtable[sig].flags
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |